@font-face {
  font-family: 'Raleway';
  src: url("../font/RalewayDots-Regular.ttf");
}
body {
  background-color: #fff;
  font-family: 'Raleway', sans serif;
  overflow-x: hidden;
}
a {
  text-decoration: none!important;
}
body > iframe {
  display: none;
}
.mobile-con {
  display: none;
}
@media (max-width: 768px) {
  .pc-con {
    display: none!important;
  }
  .mobile-con {
    display: block!important;
  }
}
.header .header-top {
  height: 45px;
  line-height: 45px;
  background: #2c2c2c;
  overflow: hidden;
}
.header .header-top .lf {
  font-size: 1.4rem;
  color: #999;
  float: left;
}
.header .header-top .lf a {
  color: #999;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 2rem;
  transition: 0.2s;
  text-transform: uppercase;
}
.header .header-top .lf a:hover {
  color: #fff;
}
.header .header-top .rt {
  float: right;
}
.header .header-top .rt ul {
  margin: 0;
}
.header .header-top .rt li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 28px;
  font-size: 1.4rem;
  color: #999;
}
.header .header-top .rt li a {
  color: #999;
}
.header .header-top .rt li:nth-child(1) {
  background: url("../images/top-icon_03.png") no-repeat left center;
}
.header .header-top .rt li:nth-child(2) {
  margin-left: 4.5rem;
  background: url("../images/top-icon_05.png") no-repeat left center;
}
.header .header-nav {
  height: 60px;
  line-height: 59px;
  background: transparent;
  position: relative;
  z-index: 9;
  transition: 0.4s;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.header .header-nav:hover {
  background: rgba(0, 0, 0, 0.6);
}
.header .header-nav .wrap {
  margin: 0 auto;
  position: relative;
}
.header .header-nav .nav-con {
  margin: 0 auto;
}
.header .header-nav .nav-con #nav {
  width: 100%;
  text-align: center;
  margin: 0;
}
.header .header-nav .nav-con #nav .sub-nav {
  text-align: center;
  position: relative;
  transition: 0.3s;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  margin: 0 5.7rem 0 0;
}
.header .header-nav .nav-con #nav{position:relative;}
.header .header-nav .nav-con #nav .sub-nav:last-child{position: absolute;left: 1022px;}
.header .header-nav .nav-con #nav .sub-nav:nth-child(7){position: absolute;left: 360px;}
.header .header-nav .nav-con #nav .sub-nav:nth-child(8){position:absolute;left: 519px;top:0;}
@media (max-width: 1460px) {
  .header .header-nav .nav-con #nav .sub-nav {
    margin: 0 3.5rem 0 0;
  }
  .header .header-nav .nav-con #nav .sub-nav:nth-child(8){
    left: 370px;
  }
  .header .header-nav .nav-con #nav .sub-nav:nth-child(7){
    left: 297px;
  }
  .header .header-nav .nav-con #nav .sub-nav:nth-child(7){left: 254px;}
  .header .header-nav .nav-con #nav .sub-nav:last-child{
    left: 739px;
  }
}
.header .header-nav .nav-con #nav .sub-nav:hover a {
  color: #ccc;
}
.header .header-nav .nav-con #nav .sub-nav a {
  color: #fff;
  font-size: 1.4rem;
  display: block;
  position: relative;
  transition: 0.3s;
  text-transform: capitalize;
}
.header .header-nav .nav-con #nav .sub-nav:nth-child(1) {
  float: left;
}
.header .header-nav .nav-con #nav .sub-nav:nth-child(2) {
  float: left;
}
.header .header-nav .nav-con #nav .sub-nav:nth-child(3) {
  float: left;
}
.header .header-nav .nav-con #nav .sub-nav:nth-child(4) {
  float: right;
  margin: 0 0 0 6rem;
}
.header .header-nav .nav-con #nav .sub-nav:nth-child(5) {
  float: right;
  margin: 0 0 0 6rem;
}
.header .header-nav .nav-con #nav .sub-nav:nth-child(6) {
  float: right;
  margin: 0 0 0 6rem;
}
.header .header-nav .nav-con #nav .nav-up-selected a {
  color: #ccc;
}
.header .navigation-down {
  position: absolute;
  top: 60px;
  left: 0px;
  width: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
}
.header .nav-down-menu {
  padding: 2.5% 0;
}
.header .nav-down-menu .list li {
  width: 15.666666%;
  float: left;
  margin-right: 1.2%;
}
.header .nav-down-menu .list li:hover .img img {
  transform: scale(1.1);
}
.header .nav-down-menu .list li:hover p {
  color: #d1ab66;
}
.header .nav-down-menu .list li .img {
  overflow: hidden;
}
.header .nav-down-menu .list li .img img {
  width: 100%;
  transition: 0.3s;
}
.header .nav-down-menu .list li p {
  font-size: 1.4rem;
  color: #fff;
  margin-top: 25px;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .nav-down-menu .list li:nth-child(6n) {
  margin-right: 0;
}
.header .search {
  float: right;
  position: relative;
}
@media (max-width: 1115px) {
  .header .search {
    display: none;
  }
}
.header .search .txt {
  width: 180px;
  height: 35px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.2rem;
}
@media (max-width: 1500px) {
  .header .search .txt {
    width: 128px;
  }
}
.header .search .submit {
  width: 35px;
  height: 35px;
  background: url("../images/top-icon_05.jpg") no-repeat center;
  position: absolute;
  top: 6px;
  right: 0;
  border: none;
}
.header .logo {
  position: absolute;
  line-height: normal;
  transform: translate(-50%, -50%);
  left: 52%;
  top: 50%;
}
@media (max-width: 1340px) {
  .header .logo {
    left: 51%;
  }
}
.main {
  margin-top: -60px;
}
@media (max-width: 768px) {
  .main {
    margin-top: 55px;
  }
}
.main #section0 {
  background-size: cover!important;
  background-attachment: fixed!important;
  top: 0;
  left: 0;
  position: relative;
}
@media (max-width: 1055px) {
  .main #section0 {
    height: 45vh!important;
  }
}
@media (max-width: 768px) {
  .main #section0 {
    height: 26vh!important;
  }
}
.main #section0 .slide {
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 100%;
  /*background-attachment: fixed!important;*/
}
@media (max-width: 1055px) {
  .main #section0 .slide .fp-tableCell {
    height: 45vh!important;
  }
}
@media (max-width: 768px) {
  .main #section0 .slide {
    /*background-size: contain;*/
    background-position: center center;
  }
  .main #section0 .slide .fp-tableCell {
    height: 40vh!important;
  }
}
.main #section0 .fp-slidesContainer {
  width: 100%!important;
  transform: none!important;
}
.main #section0 .fp-slide {
  width: 100%!important;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  transition: all 0.7s ease-in-out;
}
.main #section0 .fp-slide.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.main #section0 .fp-controlArrow {
  border: none;
  width: 25px;
  height: 45px;
  cursor: pointer;
}
.main #section0 .fp-controlArrow {
  border: none;
  width: 25px;
  height: 45px;
  cursor: pointer;
}

#fh5co-board .item .fh5co-desc {
  /*text-indent: 30px;*/
}

@media (max-width: 768px) {
  .main #section0 .fp-controlArrow {
    display: none;
  }
}
.main #section0 .fp-controlArrow.fp-prev {
  left: 5%;
  background: url("../images/ad-btn_03.png") no-repeat center;
  display: none;
}
.main #section0 .fp-controlArrow.fp-next {
  right: 5%;
  background: url("../images/ad-btn_05.png") no-repeat center;
  display: none;
}
.main #section0 .arrow {
  display: block;
  position: absolute;
  bottom: 75px;
  left: 50%;
  margin-left: 0px;
  z-index: 99;
  opacity: .8;
  -webkit-animation: arrow 2.5s infinite ease-in-out;
}
@media (max-width: 768px) {
  .main #section0 .arrow {
    display: none;
  }
}
@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
  }
}
.main .design .txt-box {
  text-align: center;
  padding: 5% 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 1400px) {
  .main .design .txt-box {
    padding: 4% 0;
  }
}
.main .design .txt-box h3 {
  font-size: 5.8rem;
  color: #1e1e1e;
  font-weight: 200;
  margin-bottom: 2%;
}
@media (max-width: 768px) {
  .main .design .txt-box h3 {
    font-size: 2.8rem;
  }
}
.main .design .txt-box p {
  font-size: 1.5rem;
  color: #666;
}
.main .room {
  position: relative;
  background-size: cover;
  background-position: center;
}
.main .room a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
@media (max-width: 1055px) {
  .main .room {
    height: 45vh!important;
  }
  .main .room .fp-tableCell {
    height: 45vh!important;
  }
}
@media (max-width: 768px) {
  .main .room {
    height: 38vh!important;
  }
  .main .room .fp-tableCell {
    height: 38vh!important;
  }
}
.main .room .name {
  width: 100%;
  position: absolute;
  bottom: 8%;
  z-index: 10;
  letter-spacing: 1.2px;
  font-size: 4rem;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-weight: 200;
}
@media (max-width: 768px) {
  .main .room .name {
    font-size: 2.2rem;
  }
  .main .room .name {
    bottom: 15%;
  }
}
.main .news {
  padding: 5% 0 0;
}
@media (max-width: 768px) {
  .main .news {
    height: auto!important;
    padding-bottom: 20px;
  }
}
.main .news .container {
  position: relative;
  z-index: 9;
}
.main .news .news-tit {
  margin-bottom: 2.5%;
}
@media (max-width: 768px) {
  .main .news .news-tit {
    margin-bottom: 5%;
  }
}
.main .news .news-tit h3 {
  font-size: 5.5rem;
  font-weight: 200;
  color: #282828;
}
@media (max-width: 768px) {
  .main .news .news-tit h3 {
    font-size: 4rem;
  }
}
.main .news .news-tit h3 sub {
  font-size: 1.4rem;
  position: relative;
  margin-left: 40px;
}
.main .news .news-tit h3 sub:after {
  content: '';
  width: 21px;
  background: #282828;
  height: 1px;
  position: absolute;
  top: 8px;
  left: -30px;
}
.main .news .news-tit h3 sub a {
  color: #282828;
}
.main .news .content li {
  margin-bottom: 2%;
}
.main .news .content li .date {
  width: 14%;
  float: left;
  font-size: 1.8rem;
  color: #161616;
}
@media (max-width: 768px) {
  .main .news .content li .date {
    display: none;
  }
}
.main .news .content li .rt {
  width: 86%;
  float: right;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 2%;
}
@media (max-width: 768px) {
  .main .news .content li .rt {
    width: 100%;
  }
}
.main .news .content li .rt .txt {
  width: 37.7%;
  float: left;
}
@media (max-width: 768px) {
  .main .news .content li .rt .txt {
    width: 100%;
  }
}
.main .news .content li .rt .txt h6 {
  font-size: 3rem;
  color: #474747;
  font-weight: 200;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-height: 130%;
}
@media (max-width: 768px) {
  .main .news .content li .rt .txt h6 {
    font-size: 1.8rem;
  }
}
.main .news .content li .rt .txt p {
  font-size: 1.5rem;
  color: #666;
  margin: 2% 0 0;
  line-height: 170%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
}
.main .news .content li .rt .txt span {
  font-size: 1.4rem;
  color: #747474;
  text-transform: uppercase;
}
.main .news .content li .rt .img {
  width: 57%;
  float: right;
}
@media (max-width: 768px) {
  .main .news .content li .rt .img {
    display: none;
  }
}
.main .news .content li .rt .img img {
  width: 100%;
}
.footer {
  background: #1e1e1e;
  padding-top: 4%;
}
.footer .container2 {
  position: relative;
  z-index: 9;
  text-align: center;
}
.footer .container2 h3 {
  font-size: 5.5rem;
  color: #fff;
  font-weight: 200;
}
@media (max-width: 768px) {
  .footer .container2 h3 {
    font-size: 4rem;
  }
}
.footer .container2 p {
  font-size: 1.4rem;
  color: #979797;
  margin: 2% 0 3%;
}
.footer .container2 form {
  margin-top: 2%;
}
.footer .container2 form input {
  width: 306px;
  height: 45px;
  border: 1px solid #5f5f5f;
  border-radius: 2px;
  color: #a9a9a9;
  padding: 0 10px 0 30px;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .footer .container2 form input {
    margin-bottom: 20px;
  }
}
.footer .container2 form input:nth-child(1) {
  background: #3a3a3a url("../images/form_03.jpg") no-repeat 10px center;
}
.footer .container2 form input:nth-child(2) {
  background: #3a3a3a url("../images/form_06.jpg") no-repeat 10px center;
}
.footer .container2 form input:nth-child(3) {
  width: 215px;
  color: #fff;
  background: #000;
  border: none;
  cursor: pointer;
}
.footer .container2 .img-box {
  width: 1000px;
  margin: 6% auto 0;
  position: relative;
}
@media (max-width: 768px) {
  .footer .container2 .img-box {
    width: 100%;
    margin: 3% auto;
  }
}
.footer .container2 .img-box .txt {
  width: 239px;
  height: 250px;
  background: url("../images/bot-txt_03.png") no-repeat center;
  position: absolute;
  right: 8.5%;
  top: 0;
  text-align: center;
  background-size: contain;
}
@media (max-width: 768px) {
  .footer .container2 .img-box .txt {
    width: 95%;
    margin: 0 auto;
    background: #383838;
    height: auto;
    padding: 4%;
    border-radius: 8px;
    position: static;
  }
}
.footer .container2 .img-box .txt h6 {
  font-size: 1.5rem;
  color: #fff;
  margin-top: 10%;
}
@media (max-width: 768px) {
  .footer .container2 .img-box .txt h6 {
    margin: 4% 0;
  }
}
.footer .container2 .img-box .txt p {
  font-size: 1.3rem;
  color: #aeb7ba;
  line-height: 200%;
  margin: 0 12%;
}
.footer .container2 .img-box .txt a {
  color: #ceb06f;
  font-size: 1.3rem;
  line-height: 200%;
}
.footer .container2 .img-box img {
  width: 100%;
}
@media (max-width: 768px) {
  .footer .container2 .img-box img {
    display: none;
  }
}
.footer .footer-bot {
  padding: 3% 0;
  text-align: center;
}
.footer .footer-bot p {
  font-size: 1.4rem;
  color: #787878;
  margin: 0;
}
.footer .footer-bot p a {
  color: #787878;
}
.footer .footer-bot p a:hover {
  color: #fff;
}
.ins-footer {
  background: #1e1e1e;
}
.ins-footer .content {
  padding: 5% 0;
}
.ins-footer .content h5 {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 25px;
}
.ins-footer .content .list {
  float: left;
  margin-right: 5%;
}
@media (max-width: 1200px) {
  .ins-footer .content .list {
    margin-right: 3%;
  }
}
@media (max-width: 992px) {
  .ins-footer .content .list {
    margin-right: 2%;
    width: 16%;
  }
}
@media (max-width: 768px) {
  .ins-footer .content .list {
    margin: 0 0 20px 0;
    width: 50%;
    height: 270px;
  }
}
.ins-footer .content .list li {
  line-height: 250%;
  color: #adadad;
  font-size: 1.3rem;
}
.ins-footer .content .list li a {
  font-size: 1.3rem;
  color: #adadad;
}
.ins-footer .content .list li a:hover {
  color: #fff;
}
.ins-footer .content .list:nth-child(4) {
  width: 25%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-footer .content .list:nth-child(3) {
    height: auto;
  }
  .ins-footer .content .list:nth-child(4) {
    width: 100%;
    margin-right: 0;
    height: auto;
  }
}
.ins-footer .content .newsletter {
  width: 27%;
  float: right;
}
@media (max-width: 1460px) {
  .ins-footer .content .newsletter {
    width: 20%;
  }
}
@media (max-width: 992px) {
  .ins-footer .content .newsletter {
    width: 16%;
  }
}
@media (max-width: 768px) {
  .ins-footer .content .newsletter {
    width: 100%;
  }
}
.ins-footer .content .newsletter .txt {
  width: 100%;
  border-radius: 4px;
  height: 45px;
  border: 1px solid #5f5f5f;
  border-radius: 2px;
  color: #a9a9a9;
  padding: 0 10px 0 30px;
  margin: 0 0 20px 0;
}
.ins-footer .content .newsletter .submit {
  width: 215px;
  height: 45px;
  line-height: 45px;
}
.ins-footer .content .newsletter input:nth-child(1) {
  background: #3a3a3a url("../images/form_03.jpg") no-repeat 10px center;
}
.ins-footer .content .newsletter input:nth-child(2) {
  background: #3a3a3a url("../images/form_06.jpg") no-repeat 10px center;
}
.ins-footer .content .newsletter input:nth-child(3) {
  width: 215px;
  color: #fff;
  background: #000;
  border: none;
  cursor: pointer;
}
.ins-footer .bot {
  padding: 3% 0;
  border-top: 1px solid #454545;
  text-align: center;
}
.ins-footer .bot p {
  font-size: 1.4rem;
  color: #787878;
  margin: 0;
}
.product:after,
.room:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  transition: 1s;
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 30%, rgba(30, 30, 30, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 30%, rgba(30, 30, 30, 0.5) 100%);
}
.product:before,
.room:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
  transition: 1s ease-in-out;
  background: #000000;
}
@media (max-width: 768px) {
  .product:before,
  .room:before {
    display: none;
  }
}
.about:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  transition: 1s;
}
@media (max-width: 768px) {
  .about:before {
    display: none;
  }
}
.active:after {
  opacity: 0.3;
  z-index: -1;
}
.active:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: 1s ease-in-out;
}
.returnTop {
  z-index: 99;
  display: block;
  cursor: pointer;
  position: fixed;
  bottom: 90px;
  right: 30px;
  opacity: 1;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  background: #757472;
}
.returnTop .arrow2 {
  display: block;
  position: absolute;
  bottom: 18px;
  left: 42%;
  margin-left: 0px;
  z-index: 99;
  opacity: .8;
  -webkit-animation: arrow2 1.5s infinite ease-in-out;
}
@-webkit-keyframes arrow2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 5px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0px);
  }
}
.mobile-con .lang {
  padding: 8px 0;
  text-align: center;
  color: #eee;
}
.mobile-con .lang a {
  font-size: 1.2rem;
  color: #eee;
}
.mobile-con .lang a:hover {
  color: #fff;
}
.mobile-con .navbar-default .navbar-nav > li > a:hover,
.mobile-con .navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
}
.mobile-con .navbar-default {
  background: rgba(27, 27, 27, 0.8);
}
.mobile-con .navbar-header .navbar-brand {
  float: none;
  line-height: 0;
  padding: 0;
}
.mobile-con .navbar-default .navbar-nav > li > a {
  color: #eee;
}
.mobile-con .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #eee;
}
.mobile-con .navbar-brand > img {
  margin: 4px 0 0 3%;
  display: inline-block;
  width: 130px;
}
.mobile-con .btn-default {
  margin-top: -3px;
}
.mobile-con .navbar-form .form-group {
  width: 77%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.mobile-con .navbar-brand span {
  display: inline-block;
  position: absolute;
  left: 116px;
  top: 31px;
  font-size: 16px;
  color: #333;
}
.mobile-con .navbar-form {
  margin-top: -1px;
  padding: 10px 15px 5px;
}
.mobile-con .nivo-directionNav {
  display: none;
}
.mobile-con .box .nivo-controlNav {
  margin-left: -16px;
  bottom: -6px;
}
.mobile-con .nivo-controlNav a {
  width: 6px;
  height: 6px;
  margin: 0 3px;
}
.mobile-con .navbar-toggle {
  margin-top: 11px;
}
.mobile-con .language {
  display: inline-block;
  position: relative;
  margin: 17px 12px 0 0;
  float: right;
  color: #333;
}
.mobile-con .language a {
  font-size: 14px;
  padding: 0px 6px;
  color: #333;
}
.mobile-con .language a:hover {
  color: #e75424;
}
.mobile-con .language .active {
  color: #e75424;
}
.mobile-con .dropdown .txt {
  margin-left: 20px;
}
.mobile-con .dropdown .txt h6 {
  font-size: 14px;
}
.mobile-con .dropdown .txt a {
  font-size: 13px;
  display: inline-block;
  margin: 4px 12px;
  color: #666;
}
.mobile-con .dropdown .txt a:hover {
  color: #1b75cf;
}
.ins-main {
  margin-top: -60px;
}
@media (max-width: 768px) {
  .ins-main {
    margin-top: 55px;
  }
}
.ins-main .ins-ad {
  position: relative;
}
.ins-main .ins-ad img {
  width: 100%;
}
.ins-main .ins-ad .arrow {
  display: block;
  position: absolute;
  bottom: 75px;
  left: 50%;
  margin-left: 0px;
  z-index: 99;
  opacity: .8;
  -webkit-animation: arrow 2.5s infinite ease-in-out;
}
@media (max-width: 768px) {
  .ins-main .ins-ad .arrow {
    display: none;
  }
}
@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
  }
}
.ins-main .ins-tit {
  text-align: center;
  margin: 5% 0 2.5%;
}
@media (max-width: 768px) {
  .ins-main .ins-tit {
    margin: 5% 0;
  }
}
.ins-main .ins-tit h2 {
  font-size: 5.5rem;
  color: #1e1e1e;
  font-weight: 200;
}
@media (max-width: 768px) {
  .ins-main .ins-tit h2 {
    font-size: 3.5rem;
  }
}
.ins-main .ins-nav {
  text-align: center;
}
.ins-main .ins-nav li {
  font-size: 1.4rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 2.6rem;
  position: relative;
}
@media (max-width: 768px) {
  .ins-main .ins-nav li {
    width: 50%;
    margin: 0 0 15px 0;
    float: left;
  }
}
.ins-main .ins-nav li:after {
  content: '';
  width: 28px;
  height: 1px;
  background: #666;
  position: absolute;
  right: -48px;
  top: 10px;
}
@media (max-width: 768px) {
  .ins-main .ins-nav li:after {
    display: none;
  }
}
.ins-main .ins-nav li a {
  color: #666;
}
.ins-main .ins-nav li a:hover {
  color: #000;
}
.ins-main .ins-nav .active a {
  color: #000;
  font-weight: 600;
}
.ins-main .ins-nav li:last-child:after {
  display: none;
}
.ins-main .ins-profile {
  padding-bottom: 5%;
}
.ins-main .ins-profile .list {
  margin-top: 6%;
  overflow: hidden;
  width: 100%;
}
.ins-main .ins-profile .list .txt {
  width: 53.35%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .list .txt {
    width: 100%;
  }
}
.ins-main .ins-profile .list .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 220%;
  margin-bottom: 3%;
}
.ins-main .ins-profile .list .img {
  width: 41.95%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .list .img {
    width: 100%;
  }
}
.ins-main .ins-profile .list .img img {
  width: 100%;
}
.ins-main .ins-profile .bot-box .img {
  float: left;
}
.ins-main .ins-profile .bot-box .txt {
  float: right;
}
.ins-main .ins-honor .content {
  margin-top: 5%;
}
.ins-main .ins-honor .content li {
  width: 18%;
  float: left;
  margin: 0 2.5% 2.5% 0;
}
@media (max-width: 768px) {
  .ins-main .ins-honor .content li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
}
.ins-main .ins-honor .content li img {
  width: 100%;
  border: 1px solid #ccc;
  cursor: pointer;
}
.ins-main .ins-honor .content li:nth-child(5n+5) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-honor .content li:nth-child(5n+5) {
    margin-right: 4%;
  }
  .ins-main .ins-honor .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-product .content li {
  width: 31.333333%;
  float: left;
  margin: 0 3% 3% 0;
  text-align: center;
}
@media (max-width: 768px) {
  .ins-main .ins-product .content li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.ins-main .ins-product .content li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-product .content li:hover p {
  color: #d1ab66;
}
.ins-main .ins-product .content li .img {
  overflow: hidden;
}
.ins-main .ins-product .content li .img img {
  transition: 0.3s;
  width: 100%;
}
.ins-main .ins-product .content li p {
  font-size: 1.6rem;
  color: #666;
  padding-top: 15px;
}
.ins-main .ins-product .content li:nth-child(3n+3) {
  margin-right: 0;
}
.ins-main .pro-list {
  padding: 4% 0;
}
.ins-main .pro-list .pro-tit {
  padding-bottom: 2%;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  margin-bottom: 2%;
}
.ins-main .pro-list .pro-tit:before {
  content: "";
  width: 175px;
  height: 1px;
  background: #1e1e1e;
  left: 0;
  bottom: -1px;
  position: absolute;
  z-index: 2;
}
.ins-main .pro-list .pro-tit h5 {
  font-size: 2.4rem;
  color: #1c1c1c;
  float: left;
  line-height: 150%;
}
.ins-main .pro-list .pro-tit .search {
  float: right;
  position: relative;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .ins-main .pro-list .pro-tit .search {
    float: left;
    margin-top: 15px;
    width: 100%;
  }
}
.ins-main .pro-list .pro-tit .search .txt {
  width: 400px;
  height: 68px;
  border: 1px solid #e4e4e4;
  padding: 0 10px;
}
@media (max-width: 1460px) {
  .ins-main .pro-list .pro-tit .search .txt {
    width: 300px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .ins-main .pro-list .pro-tit .search .txt {
    width: 100%;
    height: 50px;
  }
}
.ins-main .pro-list .pro-tit .search .submit {
  width: 68px;
  cursor: pointer;
  height: 68px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/search-btn_03.jpg") no-repeat center;
}
@media (max-width: 1460px) {
  .ins-main .pro-list .pro-tit .search .submit {
    width: 50px;
    height: 50px;
  }
}
.ins-main .pro-list li {
  width: 31.33333%;
  margin-right: 3%;
  float: left;
  margin-bottom: 2%;
}
@media (max-width: 768px) {
  .ins-main .pro-list li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.ins-main .pro-list li:hover .img .masking {
  opacity: 1;
}
.ins-main .pro-list li .img {
  overflow: hidden;
  position: relative;
}
.ins-main .pro-list li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .pro-list li .img .masking {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  opacity: 0;
}
.ins-main .pro-list li p {
  font-size: 1.6rem;
  color: #1c1c1c;
  text-align: center;
  margin: 12px 0 0;
}
.ins-main .pro-list li:nth-child(3n+3) {
  margin-right: 0;
}
.ins-main .pro-list .more a {
  display: block;
  width: 315px;
  text-align: center;
  height: 70px;
  line-height: 70px;
  background: #1e1e1e;
  color: #fff;
  font-family: 'EngraversMT';
  margin: 3% auto;
}
@media (max-width: 1460px) {
  .ins-main .pro-list .more a {
    width: 250px;
    height: 50px;
    line-height: 50px;
  }
}
.ins-main .product-show .show-top .txt {
  text-align: center;
  padding: 4% 0;
  position: relative;
  z-index: 5;
}
.ins-main .product-show .show-top .txt h2 {
  font-size: 5.8rem;
  color: #1e1e1e;
  font-weight: 200;
  margin-bottom: 3%;
}
@media (max-width: 768px) {
  .ins-main .product-show .show-top .txt h2 {
    font-size: 3rem;
  }
}
.ins-main .product-show .show-top .txt p {
  font-size: 1.5rem;
  color: #666;
  line-height: 220%;
  margin: 0;
}
@media (max-width: 768px) {
  .ins-main .product-show .show-top .txt p {
    line-height: 180%;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .ins-main .product-show .show-top .img-box {
    padding: 0 15px;
  }
}
.ins-main .product-show .show-top .img-box .swiper-container-show {
  overflow: hidden;
  position: relative;
}
.ins-main .product-show .show-top .img-box .swiper-container-show img {
  width: 100%;
}
.ins-main .product-show .features {
  padding-bottom: 3%;
}
.ins-main .product-show .features h2 {
  font-size: 5.8rem;
  color: #1e1e1e;
  font-weight: 200;
  margin: 7% 0;
  text-align: center;
}
@media (max-width: 768px) {
  .ins-main .product-show .features h2 {
    font-size: 3rem;
  }
}
.ins-main .product-show .features .content li {
  width: 50%;
  float: left;
  font-size: 1.6rem;
  color: #666;
  line-height: 23px;
  margin-bottom: 16px;
  padding-left: 46px;
  background: url("../images/correct-icon_03.jpg") no-repeat left top;
}
@media (max-width: 768px) {
  .ins-main .product-show .features .content li {
    width: 100%;
  }
}
.ins-main .product-show .specifications {
  padding-bottom: 3%;
}
.ins-main .product-show .specifications h2 {
  font-size: 5.8rem;
  color: #1e1e1e;
  font-weight: 200;
  margin: 7% 0 5%;
  text-align: center;
}
@media (max-width: 768px) {
  .ins-main .product-show .specifications h2 {
    font-size: 3rem;
  }
}
.ins-main .product-show .specifications .content .img {
  float: left;
  width: 45%;
  margin: 0 4%;
}
@media (max-width: 768px) {
  .ins-main .product-show .specifications .content .img {
    width: 100%;
    margin: 0;
  }
}
.ins-main .product-show .specifications .content .img img {
  width: 100%;
}
.ins-main .product-show .specifications .content .txt-box {
  width: 47%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .product-show .specifications .content .txt-box {
    width: 100%;
  }
}
.ins-main .product-show .specifications .content .txt-box table {
  width: 100%;
}
.ins-main .product-show .specifications .content .txt-box table td {
  width: 50%;
  border-bottom: 1px solid #d9d9d9;
  color: #666;
  height: 56px;
  line-height: 56px;
  padding-left: 8%;
  font-size: 1.8rem;
}
.ins-main .product-show .related {
  padding-bottom: 3%;
}
@media (max-width: 768px) {
  .ins-main .product-show .related {
    padding: 0 15px 3rem 15px;
  }
}
.ins-main .product-show .related h2 {
  font-size: 5.8rem;
  color: #1e1e1e;
  font-weight: 200;
  margin: 3% 0;
  text-align: center;
}
@media (max-width: 768px) {
  .ins-main .product-show .related h2 {
    font-size: 3rem;
  }
}
.ins-main .product-show .related .swiper-container-related {
  overflow: hidden;
}
.ins-main .product-show .related .swiper-container-related .swiper-slide {
  text-align: center;
}
.ins-main .product-show .related .swiper-container-related .swiper-slide:hover .img img {
  transform: scale(1.06);
}
.ins-main .product-show .related .swiper-container-related .swiper-slide .img {
  overflow: hidden;
}
.ins-main .product-show .related .swiper-container-related .swiper-slide .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .product-show .related .swiper-container-related .swiper-slide p {
  font-size: 2.6rem;
  color: #1e1e1e;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .ins-main .product-show .related .swiper-container-related .swiper-slide p {
    font-size: 1.6rem;
  }
}
.ins-main .ins-contact {
  padding: 4% 0;
}
.ins-main .ins-contact .top-list {
  text-align: center;
}
.ins-main .ins-contact .top-list h5 {
  font-size: 3rem;
  color: #222;
  margin-bottom: 5%;
}
@media (max-width: 768px) {
  .ins-main .ins-contact .top-list h5 {
    font-size: 2.5rem;
  }
}
.ins-main .ins-contact .top-list li {
  width: 25%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-contact .top-list li {
    width: 50%;
    margin-bottom: 20px;
  }
}
.ins-main .ins-contact .top-list li h6 {
  font-size: 1.4rem;
  color: #272727;
  margin: 20px 0 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.ins-main .ins-contact .top-list li p {
  margin: 0 10%;
}
@media (max-width: 768px) {
  .ins-main .ins-contact .top-list li p {
    margin: 0;
  }
}
.ins-main .ins-contact .map {
  margin: 5% 0 0;
}
.ins-main .ins-contact .map .amap-copyright {
  display: none!important;
}
.ins-main .ins-contact .map .amap-logo {
  display: none!important;
}
.ins-main .ins-contact .map .my-map {
  margin: 0 auto;
  width: 100%;
  height: 520px;
}
@media (max-width: 1460px) {
  .ins-main .ins-contact .map .my-map {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .ins-main .ins-contact .map .my-map {
    height: 350px;
  }
}
.ins-main .ins-contact .map .my-map .icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.ins-main .ins-contact .map .my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.ins-main .ins-contact .map .my-map .icon-cir-red {
  background-position: -11px -5px;
}
.ins-main .ins-contact .map .amap-container {
  height: 100%;
}
.ins-main .ins-news .content {
  padding: 5% 0 0;
}
.ins-main .ins-news .content li {
  width: 31.333333%;
  float: left;
  margin: 0 3% 3% 0;
}
@media (max-width: 768px) {
  .ins-main .ins-news .content li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.ins-main .ins-news .content li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-news .content li:hover p {
  color: #d1ab66;
}
.ins-main .ins-news .content li .img {
  overflow: hidden;
}
.ins-main .ins-news .content li .img img {
  transition: 0.3s;
  width: 100%;
}
.ins-main .ins-news .content li .txt {
  padding: 5%;
  border: 2px solid #eee;
}
.ins-main .ins-news .content li .txt h6 {
  font-size: 2.2rem;
  color: #0e1110;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
}
.ins-main .ins-news .content li .txt p {
  font-size: 1.4rem;
  color: #2f2f2f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-height: 160%;
  height: 48px;
  margin: 15px 0;
}
.ins-main .ins-news .content li .txt span {
  font-size: 1.6rem;
  color: #242424;
}
.ins-main .ins-news .content li:nth-child(3n+3) {
  margin-right: 0;
}
.ins-main .news-show {
  padding: 4% 0;
}
.ins-main .news-show .show-tit {
  border-bottom: 1px solid #eee;
}
.ins-main .news-show .show-tit h5 {
  font-size: 2.4rem;
  color: #171717;
  margin: 2% 0 1%;
  font-weight: 500;
}
@media (max-width: 768px) {
  .ins-main .news-show .show-tit h5 {
    font-size: 2rem;
  }
}
.ins-main .news-show .show-tit p {
  font-size: 1.4rem;
  color: #b3b3b3;
  text-transform: uppercase;
}
.ins-main .news-show .content img {
  max-width: 100%!important;
  margin: 3% 0;
}
.ins-main .news-show .content p {
  text-align: left;
  font-size: 1.5rem;
  color: #515151;
  line-height: 180%;
  margin-bottom: 2%;
}
.ins-main .news-show .link {
  margin: 5% auto 0;
}
.ins-main .news-show .link p a {
  font-size: 1.4rem;
  color: #a8a8a8;
}
.ins-main .news-show .link p a:hover {
  color: #333;
}
.ins-main .ins-catalog {
  height: 900px;
  background: url("../images/catalog_02.jpg") no-repeat center;
}
@media (max-width: 1450px) {
  .ins-main .ins-catalog {
    height: 700px;
  }
}
@media (max-width: 768px) {
  .ins-main .ins-catalog {
    height: 500px;
  }
}
.ins-main .ins-catalog .container3 {
  position: relative;
  height: 100%;
}
.ins-main .ins-catalog .container3 .content {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 30%;
  top: 50%;
}
@media (max-width: 768px) {
  .ins-main .ins-catalog .container3 .content {
    width: 95%;
    transform: translate(0%, -50%);
    left: 2%;
  }
}
.ins-main .ins-catalog .container3 .content h2 {
  font-size: 5.5rem;
  color: #fff;
  font-weight: 200;
}
@media (max-width: 768px) {
  .ins-main .ins-catalog .container3 .content h2 {
    font-size: 3.5rem;
  }
}
.ins-main .ins-catalog .container3 .content h6 {
  font-size: 1.6rem;
  color: #fff;
  margin: 8% 0;
}
.ins-main .ins-catalog .container3 .content p {
  font-size: 1.6rem;
  color: #fff;
  margin: 4% 0;
}
.ins-main .ins-catalog .container3 .content .password {
  width: 535px;
  padding: 0 10px;
  border: 1px solid #87827e;
  height: 48px;
  line-height: 48px;
  background: transparent;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-catalog .container3 .content .password {
    width: 90%;
  }
}
.ins-main .ins-catalog .container3 .content li:nth-child(2) {
  margin: 8% 0;
  font-size: 1.4rem;
  color: #e9e9e9;
}
.ins-main .ins-catalog .container3 .content li:nth-child(3) button {
  width: 210px;
  height: 47px;
  line-height: 47px;
  background: #000;
  font-size: 1.4rem;
  color: #e9e9e9;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
.ins-main .ins-case .case-top {
  position: relative;
}
.ins-main .ins-case .case-top .swiper-container-case {
  overflow: hidden;
}
.ins-main .ins-case .case-top .swiper-container-case .swiper-slide {
  position: relative;
}
.ins-main .ins-case .case-top .swiper-container-case .swiper-slide img {
  width: 100%;
}
.ins-main .ins-case .case-top .swiper-container-case .swiper-slide .txt {
  width: 370px;
  padding: 20px;
  position: absolute;
  transform: translate(-100%, -50%);
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
  .ins-main .ins-case .case-top .swiper-container-case .swiper-slide .txt {
    width: 100%;
    position: static;
    transform: translate(0%, 0%);
  }
}
.ins-main .ins-case .case-top .swiper-container-case .swiper-slide .txt h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.8rem;
  color: #fff;
}
.ins-main .ins-case .case-top .swiper-container-case .swiper-slide .txt p {
  font-size: 1.4rem;
  color: #b1b1b1;
  margin: 25px 0 30px;
  line-height: 200%;
}
.ins-main .ins-case .case-top .swiper-container-case .swiper-slide .txt span {
  display: block;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #fff;
  font-size: 12px;
  color: #333;
  font-family: 'EngraversMT';
}
.ins-main .ins-case .case-top .swiper-button-next-case,
.ins-main .ins-case .case-top .swiper-button-prev-case {
  cursor: pointer;
  width: 21px;
  height: 37px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  z-index: 6;
}
.ins-main .ins-case .case-top .swiper-button-next-case {
  background: url("../images/pro-btn_05.png") no-repeat left center;
  right: 8%;
}
.ins-main .ins-case .case-top .swiper-button-next-case:hover {
  background: url("../images/pro-btn_05.png") no-repeat right center;
}
.ins-main .ins-case .case-top .swiper-button-prev-case {
  background: url("../images/pro-btn_03.png") no-repeat left center;
  left: 8%;
}
.ins-main .ins-case .case-top .swiper-button-prev-case:hover {
  background: url("../images/pro-btn_03.png") no-repeat right center;
}
.ins-main .ins-case .classic-box {
  padding: 3% 0 1%;
}
.ins-main .ins-case .classic-box .top h5 {
  font-size: 2.4rem;
  color: #1c1c1c;
  float: left;
  line-height: 150%;
}
.ins-main .ins-case .classic-box .top .txt {
  width: 50%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-case .classic-box .top .txt {
    width: 100%;
  }
}
.ins-main .ins-case .classic-box .top .txt h6 {
  font-size: 1.6rem;
  color: #1e1e1e;
  margin-bottom: 20px;
}
.ins-main .ins-case .classic-box .top .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 180%;
}
.ins-main .ins-case .classic-box .img {
  margin-top: 3%;
}
.ins-main .ins-case .classic-box .img img {
  width: 100%;
}
.ins-main .ins-case .case-list {
  padding: 0 0 4%;
}
.ins-main .ins-case .case-list .search-box {
  padding: 3% 0;
}
.ins-main .ins-case .case-list .search-box select {
  float: left;
  width: 400px;
  height: 75px;
  border: 1px solid #e4e4e4;
  padding: 0 10px;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ Chrome */

  background: url("../images/down_03.jpg") no-repeat 95% center;
  font-size: 1.4rem;
  color: #1e1e1e;
}
@media (max-width: 1460px) {
  .ins-main .ins-case .case-list .search-box select {
    width: 300px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .ins-main .ins-case .case-list .search-box select {
    width: 100%;
    height: 50px;
  }
}
.ins-main .ins-case .case-list .search-box .search {
  float: right;
  position: relative;
}
@media (max-width: 768px) {
  .ins-main .ins-case .case-list .search-box .search {
    float: left;
    margin-top: 15px;
    width: 100%;
  }
}
.ins-main .ins-case .case-list .search-box .search .txt {
  width: 400px;
  height: 68px;
  border: 1px solid #e4e4e4;
  padding: 0 10px;
}
@media (max-width: 1460px) {
  .ins-main .ins-case .case-list .search-box .search .txt {
    width: 300px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .ins-main .ins-case .case-list .search-box .search .txt {
    width: 100%;
    height: 50px;
  }
}
.ins-main .ins-case .case-list .search-box .search .submit {
  width: 68px;
  cursor: pointer;
  height: 68px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/search-btn_03.jpg") no-repeat center;
}
@media (max-width: 1460px) {
  .ins-main .ins-case .case-list .search-box .search .submit {
    width: 50px;
    height: 50px;
  }
}
.ins-main .ins-case .case-list li {
  width: 48%;
  margin-right: 4%;
  float: left;
  margin-bottom: 4%;
  position: relative;
}
.ins-main .ins-case .case-list li a {
  text-decoration: none;
}
@media (max-width: 768px) {
  .ins-main .ins-case .case-list li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.ins-main .ins-case .case-list li:hover .img:after {
  opacity: 0;
}
.ins-main .ins-case .case-list li:hover p {
  background: rgba(0, 0, 0, 0.7);
}
.ins-main .ins-case .case-list li .img {
  overflow: hidden;
  position: relative;
}
.ins-main .ins-case .case-list li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-case .case-list li .img:after {
  content: '';
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.ins-main .ins-case .case-list li p {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 40%;
  text-align: center;
  z-index: 2;
  border: 1px solid #7c7977;
  padding: 1rem 0;
  transition: 0.4s;
  color: #fff;
  margin: 0;
  font-size: 1.7rem;
  font-family: 'EngraversMT';
}
@media (max-width: 768px) {
  .ins-main .ins-case .case-list li p {
    width: 70%;
    font-size: 1.3rem;
  }
}
.ins-main .ins-case .case-list li:nth-child(2n+2) {
  margin-right: 0;
}
.ins-main .ins-about .about-top img {
  width: 100%;
}
.ins-main .ins-about .txt-box h4 {
  font-size: 2.4rem;
  color: #1c1c1c;
  line-height: 150%;
  margin-top: 3%;
}
.ins-main .ins-about .txt-box .txt {
  margin-top: 3%;
  width: 50%;
}
@media (max-width: 1460px) {
  .ins-main .ins-about .txt-box .txt {
    width: 70%;
  }
}
@media (max-width: 1200px) {
  .ins-main .ins-about .txt-box .txt {
    width: 100%;
  }
}
.ins-main .ins-about .txt-box .txt p {
  font-size: 1.4rem;
  color: #4b4b4b;
  line-height: 200%;
  margin-bottom: 3%;
}
.ins-main .ins-about .txt-box .img img {
  width: 100%;
}
.ins-main .ins-about .list-box {
  border: 1px solid #f0f0f0;
  float: right;
  margin: 5% 0;
}
.ins-main .ins-about .list-box li {
  float: left;
  text-align: center;
  transition: 0.4s;
  padding: 3rem 4rem;
}
@media (max-width: 1200px) {
  .ins-main .ins-about .list-box li {
    padding: 2.5rem 3rem;
  }
}
@media (max-width: 992px) {
  .ins-main .ins-about .list-box li {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 768px) {
  .ins-main .ins-about .list-box li {
    width: 50%;
    float: left;
    text-align: center;
    padding: 1.5rem 0;
  }
}
.ins-main .ins-about .list-box li:hover {
  background: #1e1e1e;
}
.ins-main .ins-about .list-box li:hover h5 {
  color: #fff;
}
.ins-main .ins-about .list-box li:hover p {
  color: #fff;
}
.ins-main .ins-about .list-box li h5 {
  font-size: 3.6rem;
  color: #1e1e1e;
}
@media (max-width: 768px) {
  .ins-main .ins-about .list-box li h5 {
    font-size: 2.5rem;
  }
}
.ins-main .ins-about .list-box li p {
  font-size: 1.4rem;
  color: #1e1e1e;
}
.ins-main .ins-about .brand .top-box .img {
  width: 50%;
  float: left;
}
.ins-main .ins-about .brand .top-box .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .ins-main .ins-about .brand .top-box .img {
    width: 100%;
  }
}
.ins-main .ins-about .brand .top-box .txt {
  width: 46%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-about .brand .top-box .txt {
    width: 100%;
  }
}
.ins-main .ins-about .brand .top-box .txt h5 {
  font-size: 3.6rem;
  color: #1e1e1e;
  margin: 5% 0;
}
@media (max-width: 768px) {
  .ins-main .ins-about .brand .top-box .txt h5 {
    font-size: 2.5rem;
  }
}
.ins-main .ins-about .brand .top-box .txt p {
  font-size: 1.4rem;
  color: #4b4b4b;
  line-height: 200%;
  margin-bottom: 3%;
}
.ins-main .ins-about .culture .img-top {
  margin: 5% 0;
}
.ins-main .ins-about .culture .img-top img {
  width: 100%;
}
.ins-main .ins-about .culture .txt-box {
  text-align: center;
}
@media (max-width: 768px) {
  .ins-main .ins-about .culture .txt-box {
    text-align: left;
  }
}
.ins-main .ins-about .culture .txt-box h5 {
  font-size: 3.6rem;
  color: #1e1e1e;
  margin: 0 0 3%;
}
@media (max-width: 768px) {
  .ins-main .ins-about .culture .txt-box h5 {
    font-size: 2.5rem;
  }
}
.ins-main .ins-about .culture .txt-box .txt {
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ins-main .ins-about .culture .txt-box .txt {
    width: 100%;
  }
}
.ins-main .ins-about .culture .txt-box .txt p {
  font-size: 1.4rem;
  color: #4b4b4b;
  line-height: 200%;
  margin-bottom: 3%;
}
.ins-main .ins-about .display .img-box li {
  position: relative;
  float: left;
  width: 32.5581395%;
  margin-bottom: 3%;
}
@media (max-width: 768px) {
  .ins-main .ins-about .display .img-box li {
    width: 100%;
  }
  .ins-main .ins-about .display .img-box li:after {
    opacity: 0;
  }
}
.ins-main .ins-about .display .img-box li:hover:after {
  opacity: 0;
}
.ins-main .ins-about .display .img-box li img {
  width: 100%;
}
.ins-main .ins-about .display .img-box li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.4s;
  width: 100%;
  height: 100%;
}
.ins-main .ins-about .display .img-box li:nth-child(2) {
  width: 63.953488%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-about .display .img-box li:nth-child(2) {
    width: 100%;
  }
}
.ins-main .ins-about .display .img-box li:nth-child(3) {
  width: 63.953488%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-about .display .img-box li:nth-child(3) {
    width: 100%;
  }
}
.ins-main .ins-about .display .img-box li:nth-child(4) {
  width: 32.5581395%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-about .display .img-box li:nth-child(4) {
    width: 100%;
  }
}
.ins-main .ins-about .display .txt-box {
  text-align: center;
  margin: 4% 0;
  clear: both;
}
@media (max-width: 768px) {
  .ins-main .ins-about .display .txt-box {
    text-align: left;
  }
}
.ins-main .ins-about .display .txt-box .box-tit {
  margin-bottom: 3%;
}
.ins-main .ins-about .display .txt-box .box-tit h5 {
  font-size: 3.6rem;
  color: #1e1e1e;
}
@media (max-width: 768px) {
  .ins-main .ins-about .display .txt-box .box-tit h5 {
    font-size: 2.5rem;
  }
}
.ins-main .ins-about .display .txt-box .box-tit p {
  font-size: 1.8rem;
  color: #050505;
}
.ins-main .ins-about .display .txt-box .txt {
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ins-main .ins-about .display .txt-box .txt {
    width: 100%;
  }
}
.ins-main .ins-about .display .txt-box .txt p {
  font-size: 1.4rem;
  color: #4b4b4b;
  line-height: 200%;
  margin-bottom: 3%;
}
.ins-main .ins-about .honor {
  background: #eee;
  padding: 3% 0;
  text-align: center;
  position: relative;
}
.ins-main .ins-about .honor h5 {
  font-size: 3.6rem;
  color: #1e1e1e;
  margin-bottom: 3%;
}
@media (max-width: 768px) {
  .ins-main .ins-about .honor h5 {
    font-size: 2.5rem;
  }
}
.ins-main .ins-about .honor .swiper-container-honor {
  overflow: hidden;
}
.ins-main .ins-about .honor .swiper-container-honor .swiper-slide {
  position: relative;
  cursor: pointer;
}
.ins-main .ins-about .honor .swiper-container-honor .swiper-slide:hover .masking {
  opacity: 1;
}
.ins-main .ins-about .honor .swiper-container-honor .swiper-slide img {
  width: 100%;
}
.ins-main .ins-about .honor .swiper-container-honor .swiper-slide .masking {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s;
}
.ins-main .ins-about .honor .swiper-button-next4,
.ins-main .ins-about .honor .swiper-button-prev4 {
  cursor: pointer;
  position: absolute;
  width: 21px;
  height: 37px;
  top: 55%;
}
.ins-main .ins-about .honor .swiper-button-prev4 {
  background: url("../images/pro-btn_03.png") no-repeat left center;
  left: 3%;
}
.ins-main .ins-about .honor .swiper-button-next4 {
  background: url("../images/pro-btn_05.png") no-repeat left center;
  right: 3%;
}
.page-num {
  clear: both;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  padding: 3% 0 3%;
  background: #fff;
}
.page-num li {
  display: inline-block;
  *
  display: inline;
  *
  zoom: 1;
  position: relative;
  border: none!important;
  position:relative;
}
.page-num span {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #eee;
  color: #333;
  padding: 0 12px;
}
.page-num .current {
  background-color: #000;
  border: 1px solid #000;
  padding: 0 12px;
  color: #fff;
}
.page-num a {
  display: inline-block;
  padding: 0 12px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #eee;
}
.page-num a:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
@media (max-width: 768px) {
  .page-num {
    clear: both;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    padding: 4% 0 4%;
  }
  .page-num li {
    margin-bottom: 5px;
  }
  .page-num span {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin: 0 2px;
    font-size: 14px;
    margin-bottom: 1%;
  }
  .page-num a {
    display: inline-block;
    padding: 0 12px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin: 0 2px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    margin-bottom: 1%;
  }
  .page-num a:hover {
    color: #fff;
    border-color: #000;
    background-color: #000;
  }
}
.layui-layer {
  border-radius: 16px!important;
}
.layui-layer-title {
  border: none!important;
}
.html_template2 {
  background: #fff;
  padding: 8%;
  border-radius: 10px;
}
.html_template2 p {
  font-size: 2.6rem;
  color: #323232;
  margin-bottom: 8%;
}
@media (max-width: 768px) {
  .html_template2 p {
    font-size: 2rem;
  }
}
.html_template2 form ul:nth-child(1) li {
  width: 48%;
  float: left;
  margin: 0 4% 4% 0;
}
@media (max-width: 768px) {
  .html_template2 form ul:nth-child(1) li {
    width: 100%;
    margin: 0 0 4% 0;
  }
}
.html_template2 form ul:nth-child(1) li input {
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  border: 1px solid #ccc;
}
@media (max-width: 1400px) {
  .html_template2 form ul:nth-child(1) li input {
    height: 35px;
    line-height: 35px;
  }
}
@media (max-width: 768px) {
  .html_template2 form ul:nth-child(1) li input {
    height: 35px;
    line-height: 35px;
  }
}
.html_template2 form ul:nth-child(1) li:nth-child(2n+2) {
  margin-right: 0;
}
.html_template2 form ul:nth-child(3) {
  margin-top: 5%;
}
.html_template2 form ul:nth-child(3) li {
  width: 185px;
  height: 45px;
  margin: 0 auto;
}
.html_template2 form ul:nth-child(3) li input {
  width: 185px;
  height: 45px;
  line-height: 45px;
  border: none;
  background: #6c6c6c;
  font-size: 1.4rem;
  color: #e9e9e9;
}
.layui-layer .layui-layer-title {
  height: 0!important;
}
@media (max-width: 768px) {
  .layui-layer {
    width: 335px!important;
    height: 390px!important;
  }
}

#section0 .slide{
  background-size:  !important;
}
.footer .container2 .img-box img {

}
.section.news.fp-section{
  height: auto !important;
}

@media (min-width: 768px) and (max-width: 1500px){
  .footer .container2 .img-box{
    -webkit-transform:scale(.6);
    margin-top: -3.5rem;
  }
  .footer .container2 h3 {
    font-size: 5rem;
    color: #fff;
    font-weight: 200;
  }
  .footer .footer-bot {
    padding: 3% 0;
    padding-top:0;
  }
  .newsletter{
    margin-bottom: -5rem;
  }

}

.anbwgrt{
  font-size: 18px;
  line-height: 1.6;
  margin-top: 25px;
}
.anbwgrt table{width:100%}
.anbwgrt table td{padding:10px;}
.anbwgrt img{
  max-width: 100%;
  display: inline-block;
}

@media (min-width: 1024px){
  .anbwgrt img{
    float: none !important;
  }
}

@media (min-width: 1200px){

  .ins-main .product-show .specifications .content .img {
    margin: 0;
    /*width: auto;*/
  }
  .ins-main .product-show .specifications .content .img img {
    width: 97%;
  }
  .ins-main .product-show .specifications .content .txt-box {
    width: 52%;
  }

}
.ins-main .product-show .specifications .content .img {
  float: left;
  width: 410px;
  margin: 0;
}
.ins-main .product-show .specifications .content .txt-box {
  width: calc(100% - 480px);
}
.nbsreg .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.nbsreg .swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-top {
  height: 100%;
  width: 100%;
}
.gallery-thumbs {
  padding: 10px 0;
  box-sizing: border-box;
}
.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide{
  opacity: 1 !important;
}
.gallery-thumbs .swiper-slide img{
  border: 1px solid #D9D9D9;
  cursor: pointer;
  border-radius: 10px;
  opacity: 1 !important;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.gallery-thumbs .swiper-slide-thumb-active img{
  border: 1px solid #CB6760;
}
.gallery-thumbs  a{
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-thumbs a img{
  width: 100%;
  box-sizing: border-box;
}


.gallery-top a{
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-top a img{
  width: 100%;
}

@media (min-width: 1200px){
  .ins-main .product-show .specifications .content .img img {
    width: 100%;
  }
}

@media (max-width: 1024px){
  .nbsreg{
    float: none !important;
    width: 100% !important;
  }
  .txt-box{
    float: none !important;
    width: 100% !important;
  }
}


.nbjsr-creagsm{
  padding-top: 8%;
  padding-bottom: 8%;
}
.nbjsr-creagsm ul{
  overflow: hidden;
}
.nbjsr-creagsm ul li{
  float: left;
  width: 33.3333%;
  padding-left: 15px;
  margin-top: 18px;
  text-align: center;
}
.nbjsr-sratvr{
  border: 1px solid #DADADA;
  line-height: 1.5;
  padding: 6% 6%;
}
.nbjsr-sratvr h3{
  color: #888888;
  font-size: 14px;
}
.nbjsr-sratvr h4{
  color: #2F2F2F;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.nbjsr-sratvr p{
  color: #777777;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  margin-top: 25px;
  height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nbjsr-sratvr h6{
  color: #666666;
  font-weight: bold;
  font-size: 18px;
}

.nbjsr-xsregnm a{
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -o-box !important;
  display: -ms-flexbox !important;
  display: box !important;

  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  box-align: center;

  -moz-box-pack: center;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  box-pack: center;
}
.nbjsr-xsregnm{
  margin-top: 10px;
}
.nbjsr-xsregnm a h6{
  padding-left: 10px;
}
@media (max-width: 1024px){
  .nbjsr-sratvr{
    border: 1px solid #DADADA;
    line-height: 1.5;
    padding: 6% 3%;
  }
}
@media (max-width: 992px){
  .nbjsr-creagsm ul li{
    width: 50%;
  }
}
@media (max-width: 768px){
  .nbjsr-creagsm ul{
    margin-left: 0;
  }
  .nbjsr-creagsm ul li{
    float: none;
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}

#section0 .slide{

  background-repeat: no-repeat;
}
